home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Sistema / WinRescue / RescueW95.exe / _SETUP.DLL / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1999-03-03  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 203
  3.   Top = 115
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Setup'
  7.   ClientHeight = 101
  8.   ClientWidth = 404
  9.   Color = clBlue
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   WindowState = wsMaximized
  17.   OnCreate = Form1Create
  18.   OnDestroy = Form1Destroy
  19.   OnShow = Form1Show
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 12
  24.     Top = 23
  25.     Width = 122
  26.     Height = 148
  27.     AutoSize = True
  28.     Picture.Data = {<image001.bmp>}
  29.   end
  30.   object Label1: TLabel
  31.     Left = 142
  32.     Top = 16
  33.     Width = 71
  34.     Height = 31
  35.     Caption = 'Setup'
  36.     Color = clBlue
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clYellow
  39.     Font.Height = -27
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsItalic]
  42.     ParentColor = False
  43.     ParentFont = False
  44.   end
  45.   object Label2: TLabel
  46.     Left = 455
  47.     Top = 1
  48.     Width = 195
  49.     Height = 13
  50.     Caption = '∩┐╜ Copyright 1998 by Super Win Software'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWhite
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Timer1: TTimer
  59.     Enabled = False
  60.     Interval = 100
  61.     OnTimer = Timer1Timer
  62.     Left = 146
  63.     Top = 109
  64.   end
  65. end
  66.